home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  196 b   |  13 lines

  1. on mouseUp me
  2.   global pnto
  3.   hideit(30, 30)
  4.   showit(31, 31)
  5.   if the blend of sprite 35 = 100 then
  6.     if pnto = "off" then
  7.       pnto = "on"
  8.     else
  9.       pnto = "off"
  10.     end if
  11.   end if
  12. end
  13.